Fix installation of shared library symlinks
authorPeter Colberg <peter@colberg.org>
Fri, 30 Oct 2015 18:57:16 +0000 (14:57 -0400)
committerPeter Colberg <peter@colberg.org>
Fri, 30 Oct 2015 18:57:16 +0000 (14:57 -0400)
commit71230a08e490e6cae4d63297b1460503dba1e425
treeaa445047e678e63e51ddd0db2d5aa95884fdbe73
parent8f522ad8e73a493dee1a02eaa418dd2b3c1334f7
Fix installation of shared library symlinks

Use relative symlinks that are independent of installation prefix.

Drop superfluous .so.MAJOR.MINOR symlink, which is and should never
be needed in practice. The purpose of shared library symlinks is to
provide libraries for compile-time linking (.so) and for run-time
linking using the SONAME (.so.MAJOR).
Makefile